@charset "utf-8";
/* CSS Document */


/*a:hover  img{transform: scale(1.08);opacity: 0.9}
*/


/*content*/

.content {
    width: 100%;
    margin: 0px auto;
}

.row {
    width: 96%;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

.mode01 {
    height: auto;
}

.Banner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/*图片轮播*/


.Banner .flex-control-nav {
    width: 100%;
    text-align: right;
    right: 3px;
    bottom: 11px;
    display: none;
}

.Banner .flex-control-paging li a {
    text-indent: 9999px;
}

.till_slides {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.65);
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    width: 100%;
}

.Banner .slides li a {
    position: relative;
}

.till_slides strong {
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    padding-left: 6px;
}

.flex-direction-nav a {
    width: 25px;
    height: 50px;
    margin-top: -25px;
    opacity: 0.6;
    *margin-top: -40px;
    filter: alpha(opacity=60);
    transition: all 0.5s ease-in-out;
}

.flex-direction-nav .flex-prev {
    background: url(../images/lf.png) no-repeat center center;
}

.flex-direction-nav .flex-next {
    background: url(../images/rt.png) no-repeat center center;
}

/*.flex-direction-nav a:hover{opacity: 1; filter:alpha(opacity=100);}*/



/*切换*/
.tabArticleList01 {
    width: 100%;
    position: relative;
}

.tabMenu01 {
    width: auto;
    position: relative;
    background: #eee;
    height: auto;
    overflow: hidden;
}

.tabMenu01 li {
    float: left;
    width: 25%;
    text-align: center;
}

.tabMenu01 li>a {
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
    position: relative;
    line-height: 1.5;
    overflow: hidden;
    /* transition:all 0.3s ease-in-out; */
    padding: 8px 5px;
}

.tabMenu01 li.active>a {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #199352
}

.subTabInfo02 {
    padding-top: 12px;
    width: 100%;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.subTabInfo02 li {
    margin-bottom: 8px;
    overflow: hidden;
}

.subTabInfo02 li span {
    float: right;
    font-size: 12px;
    color: #999;
    margin-left: 10px;
    line-height: 1.5;
}

.subTabInfo02 li a {
    font-size: 1.4rem;
    display: block;
    position: relative;
    line-height: 1.5;
    overflow: hidden;
    padding: 8px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.subTabInfo02 li a:before {
    content: '';
    clear: both;
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #d1d1d1;
    border-radius: 50%;
    margin-top: -2px;
}

.tabDlList dd {
    display: none;
}


.mode02 {
    overflow: hidden;
}

.articleTitle02 {
    display: block;
    z-index: 9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.articleTitle02 .title01 {
    background: url(../images/title01.png) no-repeat center left;
}

.articleTitle02 {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    overflow: hidden;
    position: relative;
}

.articleTitle02 span {
    position: absolute;
    right: 0px;
}

.articleTitle02 span a {
    color: #666;
}

.articleTitle02 span a:hover {
    color: #199352;
}

.articleTitle02 h2 {
    font-size: 1.7rem;
    color: #199352;
    padding-left: 26px;
}

.articleTitle02 .title02 {
    background: url(../images/title02.png) no-repeat center left;
    width: auto;
    float: left;
}


.imgResponsive02 {
    width: 100%;
    overflow: hidden;
    height: 0;
    display: block;
    padding-bottom: 39%;
    background: #fff;
    position: relative;
}


.topicImgBox {
    overflow: hidden;
    margin-top: 10px;
}

.topicImgBox .left {
    width: 100%;
    margin: 0 auto
}

.topicImgBox .right {
    width: 100%;
    margin: 8px auto 0;
}


.topicList {}

.topicList li {
    margin-top: 5px;
}

.topicList li a {
    font-size: 1.4rem;
    display: block;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.topicList li a:before {
    content: '';
    clear: both;
    position: absolute;
    left: 0;
    top: 15px;
    width: 4px;
    height: 4px;
    background: #d1d1d1;
    border-radius: 50%;
}

.more {
    display: block;
    background: #199352;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 10px;
}


.wrap_mode03 {
    overflow: hidden;
    width: 100%;
    background: #fafafa;
    margin: 8px auto 0;
}

.tabArticleList03 {
    width: 100%;
    position: relative;
}

.tabMenu03 {
    width: auto;
    position: relative;
}

.tabMenu03 li {
    width: 100%;
    margin-bottom: 5px;
}

.tabMenu03 li>a {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #dedede;
    text-align: center;
    padding: 5px 20px;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
    line-height: 1.5;
    ;
}


/*.nameBox{width: 267px;float: left;margin-right: 47px;overflow: hidden;}
.IDBox{width: 323px;float: left;margin-right: 47px;overflow: hidden;}
.codeBox{width: 287px;float: left;overflow: hidden;}
.submitBox{width: 185px;float: right;}
.tabFromBox .f_title{display: block;font-size: 16px;font-style: normal;margin-bottom: 9px;}
.tabFromBox .form-text{border:none;background: #ededed;height: 30px;padding-left: 20px;font-size: 12px;padding-right: 10px;color:#666;border-radius: 5px;line-height: 30px;}
.nameBox .form-text{width: 230px;}
.IDBox .form-text{width: 290px;}
.codeBox .form-text{width: 192px;float: left;}
.codeBox  .codeImg{float: right;width: 60px;}
.codeBox  .codeImg img{width:60px;height: 20px;padding-top: 5px; }
.codeBox  .codeImg:hover img{transform: scale(1);opacity: 1}
.submitBox .form-submit{width: 100%;height: 30px;line-height: 30px;text-align: center;color:#fff;font-size: 14px;background: #199352;border-radius: 5px;margin-top: 27px;transition:all 0.3s ease-in-out;}
.submitBox .form-submit:hover{background-color: #037039}

.keyBox{width: 455px;float: left;margin-right: 47px;overflow: hidden;}
.keyBox .form-text{width:422px;}
.timeBox {width: 465px;float: left;}
.timeBox .form-text{width: 180px;margin-left: 5px;}*/

/*.organFormBox{float: left;width: 456px;float: left;margin-right: 47px;}
.organFormBox select{appearance:none;-moz-appearance:none;-webkit-appearance:none;width: 456px;border: none;background: url(../images/select_bg1.jpg) no-repeat scroll right  #ededed;height: 30px;padding-left: 20px;font-size: 12px;padding-right: 10px;color:#666;border-radius: 5px;line-height: 30px;}

*/


.articleTitle02 .title03 {
    background: url(../images/title03.png) no-repeat center left;
    float: left;
}

.f_exit {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
}


.serviceList {
    overflow: hidden;
    margin-bottom: 30px;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    font-size: 0;
}

.serviceList li {
    width: 33.33%;
    display: inline-block;
    vertical-align: bottom;
}

.serviceList li a {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.serviceList li a span {
    display: block;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    position: relative;
    line-height: 1.5;
    overflow: hidden;
    padding-bottom: 5px;
}

.serviceList li a i {
    display: block;
    height: 59px;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    top: 0;
    position: relative;
}

.serviceList li a .icon1 {
    background-image: url(../images/icon1.png)
}

.serviceList li a .icon2 {
    background-image: url(../images/icon2.png)
}

.serviceList li a .icon3 {
    background-image: url(../images/icon3.png)
}

.serviceList li a .icon4 {
    background-image: url(../images/icon4.png)
}

.serviceList li a .icon5 {
    background-image: url(../images/icon5.png)
}

.serviceList li a .icon6 {
    background-image: url(../images/icon6.png)
}

.serviceList li a .icon7 {
    background-image: url(../images/icon7.png)
}

.serviceList li a .icon8 {
    background-image: url(../images/icon8.png)
}

.serviceList li a .icon9 {
    background-image: url(../images/icon9.png)
}

.serviceList li a .icon10 {
    background-image: url(../images/icon10.png)
}

.serviceList li a .icon11 {
    background-image: url(../images/icon11.png)
}

.serviceList li a .icon12 {
    background-image: url(../images/icon12.png)
}

.serviceList li a i.service2 {
    background: url(../../images/service021.png) center center no-repeat;
}

.serviceList li a i.service8 {
    background: url(../../images/service081.png) center center no-repeat;
}

.serviceLinks {
    overflow: hidden;
}

.serviceLinks .left {
    width: 100%;
    background: url(../images/data_bg1.jpg) no-repeat center top;
    background-size: 100% 100%;
    margin: 0 auto;
}

.serviceLinks .middle {
    width: 100%;
    background: url(../images/data_bg2.jpg) no-repeat center top;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 10px;
}

.serviceLinks .right {
    width: 100%;
    background-color: #e5e5e5;
    margin: 0 auto
}

.s_linksBox {
    padding: 10px;
    overflow: hidden;
}

.s_linksBox h2 {
    margin-bottom: 10px;
}

.s_linksBox h2 a {
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
}

.s_linksList {
    overflow: hidden;
    margin-top: 15px;
}

.s_linksList li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.s_linksList li a {
    display: block;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 1.5;
    overflow: hidden;
    padding: 3px 10px;
}

.s_codeBox span, .s_codeBox a {
    float: left;
    width: 33.33%;
}

.s_codeBox i {
    display: block;
    font-style: normal;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 2px;
    line-height: 1.5;
    padding: 5px 0 8px;
}

.s_codeBox {
    text-align: center;
    padding: 10px;
    overflow: hidden;
}

.s_codeBox .kehuduan {
    float: right;
    margin-right: 0;
}

.s_codeBox img {
    width: 90%;
    margin: 0 auto;
    display: block;
}


.wrap_mode05 {
    widows: 100%;
    margin: 0 auto;
    background-color: #fafafa
}

.mode05 {
    padding-bottom: 17px;
}

.organBox {
    border: 1px solid #e1e1e1;
    margin-bottom: 25px;
}

.organList {
    overflow: hidden;
    padding: 10px;
}

.organList li {
    width: 100%;
}

.organList li a {
    display: block;
    padding: 8px 0 8px 0;
    overflow: hidden;
}

.organList li a img {
    float: left;
    width: 34px;
    height: 34px;
}

.organList li a span {
    display: block;
    margin-left: 45px;
    font-size: 1.4rem;
    line-height: 1.5;
}

/*.organList li a:hover img{transform: scale(1);opacity: 1}*/
/*.organList li a:hover span{color:#f00;}*/
.organList li h3 {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 10px 0px 10px 32px;
    background: url(../images/dang.png) no-repeat left center;
}


.organList li.last a {
    padding: 20px 0 10px 0;
    font-size: 1.4rem;
    border-right: none;
}

.jubaoBox {
    overflow: hidden;
}

.jubaoBox span {
    display: block;
    padding-left: 23px;
    font-size: 1.4rem;
    line-height: 1.5;
    overflow: hidden;
    background-position: center left;
    background-repeat: no-repeat;
}

.jubaoBox span.email {
    background-image: url(../images/xinxiang.png);
}

.jubaoBox span.phone {
    background-image: url(../images/phone.png);
}

.relateLinksList {}

.relateLinksList li {
    width: 100%;
    height: 40px;
    line-height: 20px;
    margin-bottom: 3px;
}

.relateLinksList li select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 0px;
    width: 100%;
    border: 1px solid #ddd;
    height: 38px;
    background: url(../images/select_bg.jpg) no-repeat scroll right #f4f4f4;
    *background-image: none;
    background-image: none\0;
    padding-left: 9px;
    font-size: 14px;
    font-weight: bold;
}

.relateLinksList li select::-ms-expand {
    display: none;
}

.spaceList {
    overflow: hidden;
    margin-top: 18px;
    *margin-top: 0;
}

.spaceList li {
    float: left;
    width: auto;
    margin-bottom: 5px;
}

.spaceList li a {
    display: block;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 1.4rem;
}